home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Strate…Tools for the Enterprise / Microsoft Internet Strategy & Tools for the Enterprise.iso / bkoffice / inetsrv.nts / mips / w3ctrs.ini < prev    next >
INI File  |  1995-12-29  |  7KB  |  98 lines

  1. [info]
  2. drivername=W3SVC
  3. symbolfile=w3ctrs.h
  4.  
  5. [languages]
  6. 009=English
  7.  
  8. [text]
  9. W3_COUNTER_OBJECT_009_NAME=HTTP Service
  10. W3_COUNTER_OBJECT_009_HELP=The HTTP Server object type includes counters specific to the HTTP Server service.
  11.  
  12. W3_BYTES_SENT_COUNTER_009_NAME=Bytes Sent/sec
  13. W3_BYTES_SENT_COUNTER_009_HELP=Bytes Sent/sec is the rate that data bytes are sent by the HTTP Server.
  14.  
  15. W3_BYTES_RECEIVED_COUNTER_009_NAME=Bytes Received/sec
  16. W3_BYTES_RECEIVED_COUNTER_009_HELP=Bytes Received/sec is the rate that data bytes are received by the HTTP Server.
  17.  
  18. W3_BYTES_TOTAL_COUNTER_009_NAME=Bytes Total/sec
  19. W3_BYTES_TOTAL_COUNTER_009_HELP=Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec.  This is the total rate of bytes transferred by the HTTP Server.
  20.  
  21. W3_FILES_SENT_COUNTER_009_NAME=Files Sent
  22. W3_FILES_SENT_COUNTER_009_HELP=Files Sent is the total number of files sent by the HTTP Server.
  23.  
  24. W3_FILES_RECEIVED_COUNTER_009_NAME=Files Received
  25. W3_FILES_RECEIVED_COUNTER_009_HELP=Files Received is the total number of files received by the HTTP Server.
  26.  
  27. W3_FILES_TOTAL_COUNTER_009_NAME=Files Total
  28. W3_FILES_TOTAL_COUNTER_009_HELP=Files Total is the sum of Files Sent and Files Received.  This is the total number of files transferred by the HTTP Server.
  29.  
  30. W3_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
  31. W3_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of anonymous users currently connected to the HTTP Server.
  32.  
  33. W3_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
  34. W3_CURRENT_NONANONYMOUS_COUNTER_009_HELP=Current NonAnonymous Users is the number of nonanonymous users currently connected to the HTTP Server.
  35.  
  36. W3_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
  37. W3_TOTAL_ANONYMOUS_COUNTER_009_HELP=Total Anonymous Users is the total number of anonymous users that have ever connected to the HTTP Server.
  38.  
  39. W3_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
  40. W3_TOTAL_NONANONYMOUS_COUNTER_009_HELP=Total NonAnonymous Users is the total number of nonanonymous users that have ever connected to the HTTP Server.
  41.  
  42. W3_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
  43. W3_MAX_ANONYMOUS_COUNTER_009_HELP=Maximum Anonymous Users is the maximum number of anonymous users simultaneously connected to the HTTP Server.
  44.  
  45. W3_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
  46. W3_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of nonanonymous users simultaneously connected to the HTTP Server.
  47.  
  48. W3_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
  49. W3_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections to the HTTP Server.
  50.  
  51. W3_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
  52. W3_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of simultaneous connections to the HTTP Server.
  53.  
  54. W3_CONNECTION_ATTEMPTS_COUNTER_009_NAME=Connection Attempts
  55. W3_CONNECTION_ATTEMPTS_COUNTER_009_HELP=Connection Attempts is the number of connection attempts that have been made to the HTTP Server.
  56.  
  57. W3_LOGON_ATTEMPTS_COUNTER_009_NAME=Logon Attempts
  58. W3_LOGON_ATTEMPTS_COUNTER_009_HELP=Logon Attempts is the number of logon attempts that have been made by the HTTP Server.
  59.  
  60. W3_TOTAL_GETS_COUNTER_009_NAME=Get Requests
  61. W3_TOTAL_GETS_COUNTER_009_HELP=Get Requests is the number of HTTP requests using the GET method.  Get requests are generally used for basic file retrievals or image maps, though they can be used with forms.
  62.  
  63. W3_TOTAL_POSTS_COUNTER_009_NAME=Post Requests
  64. W3_TOTAL_POSTS_COUNTER_009_HELP=Post Requests is the number of HTTP requests using the POST method.  Post requests are generally used for forms or gateway requests.
  65.  
  66. W3_TOTAL_HEADS_COUNTER_009_NAME=Head Requests
  67. W3_TOTAL_HEADS_COUNTER_009_HELP=Head Requests is the number of HTTP requests using the HEAD method.  Head requests generally indicate a client is querying the state of a document they already have to see if it needs to be refreshed.
  68.  
  69. W3_TOTAL_OTHERS_COUNTER_009_NAME=Other Request Methods
  70. W3_TOTAL_OTHERS_COUNTER_009_HELP=Other Request methods is the number of HTTP requests that are not GET, POST or HEAD methods.  These may include PUT, DELETE, LINK or other methods supported by gateway applications.
  71.  
  72. W3_TOTAL_CGI_REQUESTS_COUNTER_009_NAME=CGI Requests
  73. W3_TOTAL_CGI_REQUESTS_COUNTER_009_HELP=Common Gateway Interface (CGI) requests are custom gateway executables (.exe) the administrator can install to add forms processing or other dynamic data sources.
  74. CGI requests spawn a process on the server which can be a large drain on server resources.
  75.  
  76. W3_TOTAL_BGI_REQUESTS_COUNTER_009_NAME=ISAPI Extension Requests
  77. W3_TOTAL_BGI_REQUESTS_COUNTER_009_HELP=ISAPI Extension Requests are custom gateway Dynamic Link Libraries (.dll) the administrator can install to add forms processing or other dynamic data sources.
  78. Unlike CGI requests, ISAPI requests are simple calls to a DLL library routine, thus they are better suited to high performance gateway applications.
  79.  
  80. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_NAME=Not Found Errors
  81. W3_TOTAL_NOT_FOUND_ERRORS_COUNTER_009_HELP=Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found.  These are generally reported as an HTTP 404 error code to the client.
  82.  
  83. W3_CURRENT_CGI_COUNTER_009_NAME=Current CGI Requests
  84. W3_CURRENT_CGI_COUNTER_009_HELP=Current CGI Requests is the current number of CGI requests that are simultaneously being processed by the HTTP Server.  This includes WAIS index queries
  85.  
  86. W3_CURRENT_BGI_COUNTER_009_NAME=Current ISAPI Extension Requests
  87. W3_CURRENT_BGI_COUNTER_009_HELP=Current ISAPI Extension Requests is the current number of Extension requests that are simultaneously being processed by the HTTP Server.
  88.  
  89. W3_MAX_CGI_COUNTER_009_NAME=Maximum CGI Requests
  90. W3_MAX_CGI_COUNTER_009_HELP=Maximum CGI Requests is the maximum number of CGI requests that have been simultaneously processed by the HTTP Server.  This includes WAIS index queries
  91.  
  92. W3_MAX_BGI_COUNTER_009_NAME=Maximum ISAPI Extension Requests
  93. W3_MAX_BGI_COUNTER_009_HELP=Maximum ISAPI Extension Requests is the maximum number of Extension requests that have been simultaneously processed by the HTTP Server.
  94.  
  95. W3_CONNECTIONS_PER_SEC_COUNTER_009_NAME=Connections/sec
  96. W3_CONNECTIONS_PER_SEC_COUNTER_009_HELP=Connections/sec is the number of HTTP requests being handled per second.
  97.  
  98.